hasEffects

abstract fun hasEffects(block: DesignBlock): Boolean

Deprecated

Use supportsEffects instead.

Replace with

this.supportsEffects(block)

Queries whether the block supports effects.

Return

true if the block can render effects, false otherwise.

Parameters

block

the block to query.